forked from nothke/intro-to-zig-talk
Initial
This commit is contained in:
8
c/string_append_or.c
Normal file
8
c/string_append_or.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
for (size_t i = 0; i < 5; i++)
|
||||
{
|
||||
printf("Number is: " + i);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user