Skip to content

Instantly share code, notes, and snippets.

View kelteseth's full-sized avatar

Elias Steurer kelteseth

View GitHub Profile
@kelteseth
kelteseth / Java Test
Created September 22, 2011 16:08
programm
import java.util.Scanner;
public class Reichweitenrechner {
public static void main(String[]args)
{
Scanner sc = new Scanner(System.in);
System.out.println("--------------------------Reichweitenrechner-------------------");
System.out.println("ver. 0.1");