Markdown test
2020-10-03
마크다운 테스트
Markdown test
Link
Raw
Page
Image
Video (YouTube)
Table
Name | Age | Height |
---|---|---|
John | 25 | 178 |
Paul | 30 | 180 |
Cindy | 27 | 175 |
Code
Bash
$ ./py -3 run.py
Python
import math
x = 3.5
print('sqrt(%f) = %f', x, math.sqrt(x))
JavaScript
function add(x, y) {
return x + y;
}
console.log(add(3, 2));
C++
#include <iostream>
int main() {
std::cout << "Hello, world!" << std::endl;
return 0;
}
카테고리: Computer
Loading the comments...