From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by sourceware.org (Postfix) with ESMTPS id 37BEF3858C2F for ; Sat, 30 Sep 2023 13:25:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 37BEF3858C2F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-x62a.google.com with SMTP id a640c23a62f3a-99c136ee106so2039655466b.1 for ; Sat, 30 Sep 2023 06:25:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696080325; x=1696685125; darn=sourceware.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=YAFZnhGX8ityfKyf4U7ACcJTOFTGtbVCbS5zBPpI/VU=; b=a+zykFvnOhv4/G5wyvXbt0u51vSbynytcMR7QXctHtwxNmNvVFLRFFHleHohmfNaOG ZIOn6xmOsy1OSgRnvGt+beFSncCS3KAkBUkk4NpzlTX7+aUgkJyb4i3gwUHN6AQzo6O4 ZKPKACRkWisjC2C2Y0KjNZCyYJlTRo5WrPLo2nSyq/ib/JhpN6QiuDZMaa7d3tjYsLLw L3Spn4191rYjruZ/VwgN8NMyAkQpGkmKC2AmqwI/qWVlH0mVovTUAKNmuFRfpqhP5O/c o/zquZyUyasgdJHKHXIud15ZB5kxyAxGsWD47m2JfJbhygDzNnGUqWXvBgVdI4aUvvRf giWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696080325; x=1696685125; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=YAFZnhGX8ityfKyf4U7ACcJTOFTGtbVCbS5zBPpI/VU=; b=tTst2cbHl/1x0S8wzYR2lXWvLYXV+brBBKeD1x4oX2GZvoapG+y+WhhIbzvb7XrgYe EVxYhugLhOUpEBtzn6ala7w7ckXp1EJfH6UEF3RIUiKUkhzdZ4VhH+SGtbzci/QHq/uS 51tGafCpJlCyXXz9daOG0Xwvkwqnn4PhLeMQlPxbcmD1i4tbHwITAe8iaSbTaVyaSDfb BJYxoRPxi8kdQSkvsXePFkboNilMyb5QiYNqIvZqHb3PhU4Edzb1ZZ0opPpCKZj7Hmg5 iZIEc+nipVmx5saXl3lWTMFfgTo/FeiBaJIj3QVtErJZRqHs1gpFtMomoL+N2viG0yyU yxHw== X-Gm-Message-State: AOJu0YwGF+yB7FDjPJMQvaZVFRLFtk3LKQOSmSqBfj3y72i2V1PElibx m9y+5b5XsOn/aaOC5eizwVgK2i7HjBlux0C/mecI6Cp1 X-Google-Smtp-Source: AGHT+IFMY9zTVnc7yKNi3R8LvNUTnYaovFeTdKgfBu7NTixUFuOiyek3UFtx+8aju4aVoxxcNh/F52KQcMCop4pAmcU= X-Received: by 2002:a17:906:738b:b0:9ae:62ec:e897 with SMTP id f11-20020a170906738b00b009ae62ece897mr5915716ejl.4.1696080324970; Sat, 30 Sep 2023 06:25:24 -0700 (PDT) MIME-Version: 1.0 From: Damien Mattei Date: Sat, 30 Sep 2023 15:25:13 +0200 Message-ID: Subject: simple main example hello world To: kawa mailing list Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: hello, many years i used kawa for web application (.war) now i want to do a simple standalone program but i can not find that in my archive, i knew how to do it but just forget and i can not find a tutorial (needed?) on kawa site. how is it done? from scratch. regards, Damien