soganatsu

Site is currently being updated,
Please check back later.

Soganatsu - desktop
User Icon

Home Page


source.cpp

13px
      			
      • #include <iostream>
      • #include <cstddef>

      • #if !defined(_DEBUG)
      • #pragma comment(linker, "/subsystem:windows /ENTRY:mainCRTStartup")
      • #endif

      • enum class EFoods {
      • APPLES 0,
      • BANANAS 1,
      • PINEAPPLES 2,
      • TATOR_TOTS_AND_SAUCE 3
      • };

      • // Single Line Comment for the Entry Point to this program...
      • int main(int argcchar** argvchar** arge) {

      • //TODO: Add in more code to this
      • //NOTE: Add in more code to this
      • //WARN: Add in more code to this
      • //ERROR: Add in more code to this

      • return 0;
      • }

      Array
      (
          [0] => 
      )
      Array
      (
      )
      Array
      (
      )