@ -0,0 +1,10 @@
package ugsbo.com.buchhaltung;
public class Auswertung {
public static void main(String[] args) {
// TODO Auto-generated method stub
}
@ -0,0 +1,13 @@
public class Block {
String data;
Block vorher;
public Block() {
public class Blockchain {
public Blockchain() {
@ -0,0 +1,5 @@
public class Register {
@ -0,0 +1,17 @@
package com.ugsbo.Buchhaltung;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
public class Test_Auswertung {
@Before
public void setUp() throws Exception {}
@Test
public void test() {
fail("Not yet implemented");
public class Test_Blockchain {
public class Test_Register {