int main()
{
printf("Hello!");
getch();
}
Cách post Code dùng Markdown trong Category Programming
1 Like
không hiểu lắm =.=
void main() {
//code
}
Thế là được rồi đấy
1 Like
Dạ em cảm ơn, lần đầu tiên em post bài trong DNH ạ
3 Likes
‘’’
genkphải thế này
```
code
```
2 Likes
‘’’
genk‘’’
‘’’
var a=0;
var b=0;
alert(a+b);
‘’’
Không phải nút đó, đó là cái nút nằm bên trái số 1 trên bàn phím đó.
nút ~ khi bấm giữ Shift
2 Likes
var a=0;
var b=0;
alert(a+b);
1 Like
em lam duoc roi cam on anh nhieu lam a
1 Like
test markdown cai
#include <stdio.h>
#include <stdlib.h>
int main()
{
//printf("Hello world!\n");
//for (int i=0; i < 10; i = i + 1)
// printf ("%d ",i);
int i=0;
while (i < 10) {
printf("%d ",i);
i = i + 1;
}
return 0;
}
2 Likes
printf(“Test thử markdown”);
printf("Test thử markdown");
printf("Hello world")
void main(){
}
test thử
#include<iostream>
int main(){
cout<<"hello world"<<endl;
}
#include<iostream>
int main(){
cout<<"hello world"<<endl;
}
2 Likes
using System;
static void Main (string[] args)
{
}
Bác cho em hỏi cách bình luận code như thế nào đấy ?