Skip to content

Commit

Permalink
Тесты во внешних файлах 05.a 06.a 07.a + Форматирование даты и времени
Browse files Browse the repository at this point in the history
  • Loading branch information
stden committed Nov 13, 2016
1 parent ffbb9a0 commit 2e0a855
Show file tree
Hide file tree
Showing 33 changed files with 663 additions and 190 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: java
jdk:
- oraclejdk8
3 changes: 3 additions & 0 deletions 00_intro.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Синтаксис Java. ООП. Тестирование и отладка
===========================================

[![Build Status](https://travis-ci.org/levelp/java_01.svg?branch=master)](https://travis-ci.org/levelp/java_01)
[![Coverage Status](https://coveralls.io/repos/github/levelp/java_01/badge.svg?branch=master)](https://coveralls.io/github/levelp/java_01?branch=master)

TODO:
-----
* Зарегистироваться на github.com
Expand Down
5 changes: 5 additions & 0 deletions 01_HelloWorld/0_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ Java->class->JVM. Первое приложение Hello World. Package
8. **char** - символ (2 байта) '\u0000'..'\uffff'

+ класс String

Управляющие конструкции
-----------------------

if, else, while, switch
Loading

0 comments on commit 2e0a855

Please sign in to comment.