Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
hello world
#1
this is my test1483801863
Reply
#2
this is my test 663653790
Reply
#3
this is my test 1098951627
Reply
#4
this is my test 1199809020
Reply
#5
this is my test 1972681838
Reply
#6
this is my test 532553031
Reply
#7
this is my test 1144252307
Reply
#8
#include <stdio.h>
int main() {
printf('Hello world!');
return 0;
}
Reply
#9
(2015-09-13, 07:58 PM)Cookie123 Wrote: #include <stdio.h>
int main() {
printf('Hello world!');
return 0;
}

Double vs single quotes matter in C.
PGP Key (Fingerprint: 23B6 F4C0 FE2D 45AA 61A0 1E86 DB87 09DC DD87 6E40)
Reply
#10
(2015-09-15, 12:03 AM)Josh H. Wrote:
(2015-09-13, 07:58 PM)Cookie123 Wrote: #include <stdio.h>
int main() {
 printf('Hello world!');
 return 0;
}

Double vs single quotes matter in C.

Really? Interesting.

#include <stdio.h>
int main() {
printf("Hello world!");
return 0;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)