1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 13:38:38 +01:00

Changed more indentation to 4 spaces

This commit is contained in:
Sean Nam 2017-02-08 23:39:49 -08:00
parent 3bfb74042f
commit 52ff8f41e4

View File

@ -75,8 +75,8 @@ public class LearnJava {
System.out.printf("pi = %.5f", Math.PI); // => pi = 3.14159
/*
* Input
*/
* Input
*/
// use Scanner to read input
// must import java.util.Scanner;