Main public logs

From Center for Atmospheric Sciences(CAS) WIKI
Jump to navigationJump to search

Combined display of all available logs of Center for Atmospheric Sciences(CAS) WIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:59, 7 April 2026 Mcnabb talk contribs created page Hello World (Created page with "Create the following files in a test directory underneath /data/common/$USER ($USER is your user name).: === C: === ====== hello.c ====== #include "stdio.h" int main(int argc,char **argv){ printf("Hello world\nI am a C program\n"); } === C++: === ====== hello.cpp ====== #include <iostream> int main(int argc, char** argv){ std::cout<<"Hello World,\nI am a C++ program\n"; } === Fortran: === ====== hello.f90 ====== program HelloWorld write (*,*) 'He...") Tag: Visual edit