Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/hello.cfa

    r200fcb3 rdc8511c  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Dec  4 21:38:39 2018
    13 // Update Count     : 17
     12// Last Modified On : Tue Nov  6 17:56:22 2018
     13// Update Count     : 16
    1414//
    1515
     
    1717
    1818int main() {
    19         sout | "Hello world!";
    20         sout | "Bonjour le monde!";
    21         sout | "Hola Mundo!";
    22         sout | "Hallo Welt!";
    23         sout | "Kaixo Mundua!";
    24         sout | "Chào thế giới!";
    25         sout | "Привет мир!";
    26         sout | "שלום עולם!";
    27         sout | "你好,世界!";
    28         sout | "こんにちは世界!";
    29         sout | "안녕하세요 세계!";
    30         sout | "नमस्ते दुनिया!";
     19        sout | "Hello world!" | endl;
     20        sout | "Bonjour le monde!" | endl;
     21        sout | "Hola Mundo!" | endl;
     22        sout | "Hallo Welt!" | endl;
     23        sout | "Kaixo Mundua!" | endl;
     24        sout | "Chào thế giới!" | endl;
     25        sout | "Привет мир!" | endl;
     26        sout | "שלום עולם!" | endl;
     27        sout | "你好,世界!" | endl;
     28        sout | "こんにちは世界!" | endl;
     29        sout | "안녕하세요 세계!" | endl;
     30        sout | "नमस्ते दुनिया!" | endl;
    3131}
    3232
Note: See TracChangeset for help on using the changeset viewer.