User:NCommander: Difference between revisions
Jump to navigation
Jump to search
NCommander (talk | contribs) No edit summary |
NCommander (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
Checking to see if IPs are up to date ... 2x | Checking to see if IPs are up to date ... 2x | ||
<syntaxhighlight> | <syntaxhighlight lang="c" line > | ||
#include <stdio.h> | #include <stdio.h> | ||
Latest revision as of 20:01, 1 September 2022
This page is a placerholder while we get the wiki setup ...
Checking to see if IPs are up to date ... 2x
#include <stdio.h>
int main() {
printf("Hello World");
return 0;
}