User:NCommander: Difference between revisions

From DisNCord Community Wiki
Jump to navigation Jump to search
(Test)
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page is a placerholder while we get the wiki setup ...
This page is a placerholder while we get the wiki setup ...
Checking to see if IPs are up to date ... 2x
<syntaxhighlight lang="c" line >
#include <stdio.h>
int main() {
  printf("Hello World");
  return 0;
}
</syntaxhighlight>

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;
}